BaseDrawingProvider<TRenderableSeries> Class Members
The following tables list the members exposed by BaseDrawingProvider<TRenderableSeries>.
Protected Constructors
| Name | Description | |
|---|---|---|
![]() | BaseDrawingProvider<TRenderableSeries> Constructor | Initializes a new instance of the BaseDrawingProvider<TRenderableSeries> class. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | RenderableSeries | Gets the renderable series instance associated with this BaseDrawingProvider<TRenderableSeries> |
Public Methods
| Name | Description | |
|---|---|---|
![]() ![]() | GetVertexArray | Overloaded. Creates a new array if expected count does not equal current array count, or current array is null. |
![]() | OnBeginRenderPass | Called when immediately before a render pass begins. This is guaranteed to be called on the UI Thread. |
![]() | OnDraw | Called during the Draw pass of this series onto the viewport. This method is guaranteed to be called on the UI Thread. |
![]() | OnNotifySeriesPropertyChanged | Called when a property changes on the associated SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries which requires caches to be cleared or drawing to be invalidated in some way. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




